You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Round Method > Matrix.Round Method (int[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Round Method (int[])

Rounds the calling object elements to 4 byte integers and stores the result in the Dst array.

Syntax
C#
Visual Basic
public void Round(ref int[] Dst);

The size of the Dst array is set automatically. If the complex property is True then the length of the array will be equal to Self.Length*2.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!